home *** CD-ROM | disk | FTP | other *** search
- /*
- * ResourceIDs.h
- *
- * Robert Dierkes, April 26, 1993
- */
-
- /*----------------------*/
- /* Menus & Windows */
- /*----------------------*/
- enum
- {
- menuBarRsrcID = 128,
- dialogRsrcID = 128,
- aboutRsrcID = 129,
-
- appleMenuRsrcID = 128,
- fileMenuRsrcID,
- metricsMenuRsrcID
- };
-
- /* MENU Items */
- enum
- {
- itemAbout = 1, /* appleMenuRsrcID */
-
- itemQuit = 1, /* fileMenuRsrcID */
-
- itemShowControlPoints = 1, /* metricsMenuRsrcID */
- itemShowLocalBounds,
- itemDash,
- itemAutoMouse
- };
-
- /* STR# IDs */
- #define metricsMenuStringsID 128
-
- /* DITL Items */
- enum
- {
- staticShapeName = 1,
- checkBoxFirstShapePart,
- checkBoxLastShapePart = 14,
- userGrayShapeNameBox = 17,
- userGrayShapePartsBox
- };
-